home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 781 < prev    next >
Encoding:
Text File  |  1996-08-06  |  896 b   |  26 lines

  1. Path: EU.net!sun4nl!xs4all!usenet
  2. From: martijnl@xs4all.nl (Martijn Lievaart)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Serail Port Programming
  5. Date: 7 Jan 1996 01:45:10 GMT
  6. Organization: XS4ALL, networking for the masses
  7. Message-ID: <4cn8j6$he7@news.xs4all.nl>
  8. References: <4cgjij$lmk@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: mas01-09.dial.xs4all.nl
  10. X-Newsreader: WinVN 0.99.6
  11.  
  12. In article <4cgjij$lmk@newsbf02.news.aol.com>, prestridge@aol.comÄ says...
  13. >
  14. >I am needing a good way of reading from an RS-232 serail port. I am using
  15. >a Turbo c++ 1.0 compiler and have already tried bioscom to no avail. Any
  16. >help will be appreciated. My address is prestridge@aol.com.
  17. >
  18.  
  19. BIOS serial support sucks. It's just not reliable as it is not interrupt 
  20. driven. Write to the hardware or get a (freeware) library to do that for you. 
  21. Using the BIOS here is almost always a bad idea.
  22.  
  23. Happy computing,
  24. Martijn
  25.  
  26.